SixBit API Schema
CompatibilitySet_ListType Complex Type
Description
An API call to retrieve a list of compatibility sets.
Namespace (none)
Diagram
CompatibilitySet_ListType Complex Type
Overview
CompatibilitySet_ListType
An API call to retrieve a list of compatibility sets.
mapfilepath optional xs:string
The full name and path to a SixBit map file.
outputfilepath optional xs:string
The full name and path to a file to place the resulting output.
compatibilitysetid optional xs:integer
The unique compatibility set ID.
compatibilitysetname optional xs:string
The name of the compatibility set.
pagingattrGroup
Attributes to provide paging capabilities.
Used By
CompatibilitySets_List Element
Attributes
NameTypeUseDefaultFixedDescription
mapfilepathxs:stringoptional  The full name and path to a SixBit map file.
outputfilepathxs:stringoptional  The full name and path to a file to place the resulting output.
compatibilitysetidxs:integeroptional  The unique compatibility set ID.
compatibilitysetnamexs:stringoptional  The name of the compatibility set.
Source
<xs:complexType name="CompatibilitySet_ListType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to retrieve a list of compatibility sets.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="mapfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a SixBit map file.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="outputfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a file to place the resulting output.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="compatibilitysetid" type="xs:integer">
    <xs:annotation>
      <xs:documentation>The unique compatibility set ID.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="compatibilitysetname" type="xs:string">
    <xs:annotation>
      <xs:documentation>The name of the compatibility set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="pagingattrGroup" />
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.